Esempio n. 1
0
 int INderBase.spI_tbl_nder_skeda_project(int?skeda_id, int?project_id, int?perdorues_id)
 {
     using (var context = new taskDb())
     {
         var result = context.spI_tbl_nder_skeda_project(skeda_id, project_id, perdorues_id);
         return(result);
     }
 }