public BaseTypeController(IBaseTypeService baseTypeService) { _baseTypeService = baseTypeService; }
public BaseTypeController(IBaseTypeService Typeservice) { _BaseTypeService = Typeservice; }