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