コード例 #1
0
 TypePoco IProductService.getTypeById(string id)
 {
     return(TypeTableServices.getTypeById(id));
 }
コード例 #2
0
 List <TypePoco> IProductService.getAllTypes()
 {
     return(TypeTableServices.getAllTypes());
 }