first commit
This commit is contained in:
		| @ -0,0 +1,14 @@ | ||||
| using KonSoft.Dispatch.Localization; | ||||
| using Volo.Abp.AspNetCore.Mvc; | ||||
|  | ||||
| namespace KonSoft.Dispatch.Controllers; | ||||
|  | ||||
| /* Inherit your controllers from this class. | ||||
|  */ | ||||
| public abstract class DispatchController : AbpControllerBase | ||||
| { | ||||
|     protected DispatchController() | ||||
|     { | ||||
|         LocalizationResource = typeof(DispatchResource); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user