Exemple #1
0
 public Fundable(
     AFunding_Fundable aFundable,
     IApplicationLocale locale)
 {
     AFundable = aFundable;
     Locale    = locale;
 }
 public Fundable CreateFundable(AFunding_Fundable aFundable)
 {
     return(new Fundable(aFundable, Locale));
 }