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