Exemple #1
0
 public bool Update(Master_Role obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public IEnumerable <Master_Role> GetAll(Master_Role obj, string[] param, string spName)
 {
     return(_IRoleRepository.GetAll(obj, param, spName));
 }