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