Exemplo n.º 1
0
 public static FundingBalance Create(int entityId, EntityType entityType, CurrencyType currencyType)
 {
     return(FundingBalance.Find(FundingBalance.Create(entityId, entityType, currencyType)));
 }
Exemplo n.º 2
0
 public static FundingBalance Find(int id) => FundingBalance.Find(id);
Exemplo n.º 3
0
 public static FundingBalance Find(int entityId, EntityType entityType, CurrencyType currencyType)
 => FundingBalance.Find(entityId, entityType, currencyType);