public FlutterPostCategoryController()
 {
     _service = FlutterPostCategoryService.Instance;
 }
Esempio n. 2
0
 public FlutterPostCategoryController()
 {
     _service = ANNFactoryService.getInstance <FlutterPostCategoryService>();
 }