Пример #1
0
        public int gheedata(MGheeProductionRegister receive)
        {
            dagpr = new DAGheeProductionRegister();
            int Result = 0;

            try
            {
                Result = dagpr.gheedata(receive);
            }
            catch (Exception)
            {
                throw;
            }
            return(Result);
        }
Пример #2
0
 public DataSet GetGheeProductionRegisterDetails()
 {
     dagpr = new DAGheeProductionRegister();
     return(dagpr.GetGheeProductionRegisterDetails());
 }
Пример #3
0
 public DataSet GetGheeProductionRegisterDetailsById(int Id)
 {
     dagpr = new DAGheeProductionRegister();
     return(dagpr.GetGheeProductionRegisterDetailsById(Id));
 }