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