public void TestGetDepartmentAreaAvgRankViewModelByMonth() { DateTime today = DateTime.Now; DepartmentAreaAvgRankService service = new DepartmentAreaAvgRankService(); DepartmentAreaAvgRankViewModel ViewModel = service.GetViewModel("000001G003", "01000", "2018-08"); Console.WriteLine(UtilTest.GetJson(ViewModel)); }
public void TestGetDepartmentAreaAvgRankViewModelByUser() { DateTime today = DateTime.Now; DepartmentAreaAvgRankService service = new DepartmentAreaAvgRankService(); DepartmentAreaAvgRankViewModel ViewModel = service.GetViewModelByUserName("admin"); Console.WriteLine(UtilTest.GetJson(ViewModel)); }