Exemple #1
0
 public static async Task <SQL_Request> GetAllAsync(this SQL_Request request, bool close = true)
 {
     return(await request.SettingsGetAllAsync(close));
 }