Exemplo n.º 1
0
 public CsFourniture SelectFournitureByFournitureId(int cFourniture)
 {
     try
     {
         return(Entities.GetEntityFromQuery <CsFourniture>(ParamProcedure.PARAM_FOURNITURE_RETOURNEById(cFourniture)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }