public WallController(ICrudPostService crudPostService) { _crudPostService = crudPostService; }
public PostController(ICrudPostService crudPostService, ISystemMembershipService systemMembershipService) { _crudPostService = crudPostService; _systemMembershipService = systemMembershipService; }