Exemple #1
0
 /// <summary>
 /// Basic constructor.
 /// </summary>
 public UserService()
 {
     CastEntityHelper = Factory.Current.Resolve <ICastEntityHelper>();
 }
Exemple #2
0
 /// <summary>
 /// Basic constructor.
 /// </summary>
 public ApplicationService()
 {
     CastEntityHelper = Factory.Current.Resolve <ICastEntityHelper>();
 }