예제 #1
0
 public XmlRepo(T t)
 {
     _inOutBinaryService = new InOutBinaryService();
     // object obj =tt ;
     //var serialize = obj.Serialize();
     ThisObj = t;
 }
예제 #2
0
 public AppSettingsController(IAppSettingService appSettingService, IInOutBinaryService inOutBinaryService)
 {
     _appSettingService  = appSettingService;
     _inOutBinaryService = inOutBinaryService;
 }