Exemplo n.º 1
0
        public Result <int> Maintain(Maintain entity, IAppUser user)
        {
            var service = new MaintainService();

            return(service.Create2(entity, user));
        }