Exemple #1
0
 public static GSEType GetCurrencyById(string GSETypeId)
 {
     return(GSETypeLayer.GetGSETypeById(GSETypeId));
 }
Exemple #2
0
 /// <summary>
 /// Get all currency
 /// </summary>
 /// <returns></returns>
 public static List <GSEType> GetGSEType()
 {
     return(GSETypeLayer.GetGSEType());
 }