Beispiel #1
0
 int INderBase.spI_tbl_nder_nivel_teknologji(int?nivel_id, int?teknologji_id, int?perdorues_id)
 {
     using (var context = new taskDb())
     {
         var result = context.spI_tbl_nder_nivel_teknologji(nivel_id, teknologji_id, perdorues_id);
         return(result);
     }
 }