コード例 #1
0
ファイル: HolidayService.cs プロジェクト: ssjylsg/crm
 public IList <Holiday> GetSendInfoHodiay()
 {
     return(_repository.GetSendInfoHodiay());
 }