Ejemplo n.º 1
0
 public ThemeActivityService(iPow.Domain.Repository.IThemeActivityRepository themeActivity)
 {
     if (themeActivity == null)
     {
         throw new ArgumentNullException(" themeActivityRepository   is null");
     }
     themeActivityRepository = themeActivity;
 }
Ejemplo n.º 2
0
 public ThemeActivityService( iPow.Domain.Repository.IThemeActivityRepository themeActivity)
 {
     if (themeActivity == null)
         {
             throw new ArgumentNullException(" themeActivityRepository   is null");
         }
         themeActivityRepository = themeActivity;
 }