Пример #1
0
 public ObjectResult <spView_WebTemplate_ARV_PatientsGetAll1_Result> GetOrderPatients(string order_no)
 {
     try
     {
         return(context.spView_WebTemplate_ARV_PatientsGetAll1(null, null, order_no));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }