예제 #1
0
 public StoreApiModel Get(int id)
 {
     return(ApiTranslators.Translate <StoreDTO, StoreApiModel>(_business.GetById(id)));
 }