Example #1
0
 public static string GetCurrencyByID(int type)
 {
     return(RemittancesDAL.GetCurrencyByID(type));
 }