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