예제 #1
0
 public static Type FindBussinessObjectType <T>(this ITypesInfo typesInfo)
 {
     return(typesInfo.FindBussinessObjectType(typeof(T)));
 }