コード例 #1
0
 public static string GetGetAllRepositoryMethodName(this IDbObject dbObject)
 => string.Format("Get{0}Async", dbObject.GetPluralName());