Example #1
0
 public List <IdentityError> EditCurrency(int id, string code, string name, Boolean state, int type)
 {
     return(currencyModels.EditCurrency(id, code, name, state, type));
 }