Exemple #1
0
 public static DataTable GetLoginDataWithEmailId(UserMasterLogicLayer UserMasterDetail)
 {
     return(UserMasterDataLayer.GetLoginDataWithEmailId(UserMasterDetail));
 }
Exemple #2
0
 public static string UpdateUserMasterPersonalDetials(UserMasterLogicLayer UserMasterDetail)
 {
     return(UserMasterDataLayer.UpdateUserMasterPersonalDetials(UserMasterDetail));
 }
Exemple #3
0
 public static string UpdateUserMasterChangeEmailDetials(UserMasterLogicLayer UserMasterDetail)
 {
     return(UserMasterDataLayer.UpdateUserMasterChangeEmailDetials(UserMasterDetail));
 }
Exemple #4
0
 public static string InsertUserMasterDetials(UserMasterLogicLayer UserMasterDetail)
 {
     return(UserMasterDataLayer.InsertUserMasterDetials(UserMasterDetail));
 }