예제 #1
0
 public LocationService(ILocationEntity entity, ICustomerLocationEntity customerLocationEntity)
 {
     Entity = entity;
     CustomerLocationEntity = customerLocationEntity;
 }
예제 #2
0
 public CustomerLocationService(ICustomerLocationEntity entity)
 {
     Entity = entity;
 }