Exemple #1
0
 public bool SaveModelToDB(BILBasic.User.UserModel userInfo, ref T_MaterialInfo model, ref string strMsg)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool GetModelByID(ref T_MaterialInfo model, ref string strMsg)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public bool DeleteModelByModelSql(BILBasic.User.UserModel userInfo, T_MaterialInfo model, ref string strMsg)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public bool GetModelListByPage(ref List <T_MaterialInfo> gmodelList, BILBasic.User.UserModel userInfo, T_MaterialInfo model, ref BILBasic.Common.DividPage page, ref string strMsg)
 {
     throw new NotImplementedException();
 }