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