예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public virtual IEnumerable <T> GetALlByProc(T item, PageInfo pageInfo, ref int total)
 {
     return(_UnitOfWork.ExecProc <T>(item, pageInfo, ref total));
 }