public YogaArtClassController()
 {
     client = new YogaArtClassServiceClient();
     list   = new List <ViewYogaArtClass>();
 }
Exemple #2
0
 public YogaArticleController()
 {
     client      = new YogaArticleServiceClient();
     clientClass = new YogaArtClassServiceClient();
     list        = new List <ViewYogaArticle>();
 }