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