Ejemplo n.º 1
0
 public int UpdateGrading(NoProfileGradingMl mobj)
 {
     return(Iobj.UpdateGrading(mobj));
 }
Ejemplo n.º 2
0
 public int UpdateGrading(NoProfileGradingMl mobj)
 {
     return(dobj.UpdateGradingdal(mobj, "Usp_InsertProfileGrading"));
 }
 public int CustomerProfileSetting_Gradeselection([FromBody] NoProfileGradingMl Mobj)
 {
     return(this.ICustomerpersonalupdate.CustomerProfileSetting_Gradeselection(Mobj));
 }
 public int CustomerProfileSetting_Gradeselection(NoProfileGradingMl Mobj)
 {
     return(customerdetails.CustomerProfileSetting_Gradeselection(Mobj, "[dbo].[usp_edit_CustomerContactNumbers_EmployeeEdit]"));
 }