2 changed files with 14 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
namespace CompanyNameProjectName.Organizations |
||||
|
{ |
||||
|
public interface IOrganizationAppService |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,7 @@ |
|||||
|
namespace CompanyNameProjectName.Organizations |
||||
|
{ |
||||
|
public class OrganizationAppService |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue