示例#1
0
        public void Save(string filePath)
        {
            var sitRep = AutoMapper.Mapper.Map <IUnitListModel, SitRepSto>(this);

            _storageController.SaveUnits(sitRep, filePath);
        }