Example #1
0
 public void Update <T>(T model) where T : IBaseEntity
 {
     uw.Update <T>(model);
 }